Show: Today's Messages :: Unanswered Messages :: Polls :: Message Navigator
139 Search Results Found
1 Forum: Marketplace «» Posted on: Fri, 12 June 2020 12:15 «» By: Michel Cadot
Re: McDP: like expdp/impdp Data Pump programs and much more
… DESCRIBE command The DESCRIBE command is another way to get information about a Data Pump job. The syntaxes of this command are: McDP [<logon>] { -desc | --describe } [<schema>.]<dp job> [[-opt] <display/trace option>] …
2 Forum: Forms «» Posted on: Sat, 13 August 2022 03:29 «» By: sasipalarivattom
Re: Files generated on server with sufix
…report in URL like http://WIN-SERV:9002/reports/rwservlet?server=rep_server1&report=test.rdf&destype=file&desformat=html&userid=scott/ti ger@orcl&desname=c:\rep1.html is it also appending something to the output file…
3 Forum: Marketplace «» Posted on: Tue, 20 March 2018 05:47 «» By: Michel Cadot
Re: McDP: like expdp/impdp Data Pump programs and much more
… COPY tables and views (new in version 2018.03.20) This new McDP command allows you to copy tables and views from a schema to another or the same one, possibly renaming them or not (see Data Pump engine restrictions at the bottom of the page). When …
4 Forum: Server Utilities «» Posted on: Fri, 08 December 2017 22:45 «» By: Barbara Boehmer
Re: loading data from twitter with sqlldr
…need to have something in your data that can be used to either identify when a record begins or when a record ends. You have used continueif last != ',' to tell it that the record is continued on the next line if the last character on the current …
5 Forum: Server Utilities «» Posted on: Tue, 29 August 2017 10:59 «» By: BlackSwan
Re: IMP-00010: not a valid export file, header failed verification
…>i think it was created by exp You think wrongly. exp does NOT have any DIRECTORY= parameter [oracle@vbgeneric ~]$ exp help=yes Export: Release 12.2.0.1.0 - Production on Tue Aug 29 11:57:27 2017 Copyright (c) 1982, 2017, Oracle and/or …
6 Forum: Server Utilities «» Posted on: Fri, 30 December 2016 18:05 «» By: Barbara Boehmer
Re: SQL Loader double quotes in clob data (3 threads from 2 sub-forums merged by bb)
…your control file, use: infile * "str'AM'" In your command line, where you specify data= ... your file path will be different from mine. I am using Windows, so I use \ instead of /. Also, if there are spaces or other unusual characters …
7 Forum: Marketplace «» Posted on: Mon, 22 August 2016 10:14 «» By: Michel Cadot
Re: McDP: like expdp/impdp Data Pump programs and much more
… USER command The last command of the first version of McDP is not a real Data Pump command as it does not use its engine but it is a useful one for a requirement that is often asked to DBA: get the DDL to recreate one or several accounts, possibly …
8 Forum: Marketplace «» Posted on: Mon, 22 August 2016 10:14 «» By: Michel Cadot
Re: McDP: like expdp/impdp Data Pump programs and much more
… DDL command In the same vein than the previous command, CONTENT, McDP allows you to get the DDL of all or part of a database, with the transformation you want, using the DDL command. Its syntax is: McDP [<logon>] { -ddl | --ddl } [<…
9 Forum: Marketplace «» Posted on: Mon, 22 August 2016 10:12 «» By: Michel Cadot
Re: McDP: like expdp/impdp Data Pump programs and much more
… DISPLAY job command After the LIST command the first thing that comes in mind is "can I have more information about this specific job?" and the answer is "Yes, using the DISPLAY command on this job". Its syntax is: McDP [<…
10 Forum: Marketplace «» Posted on: Mon, 22 August 2016 10:11 «» By: Michel Cadot
Re: McDP: like expdp/impdp Data Pump programs and much more
… LIST command I will start with LIST command which is the default action if you specify none. If you have a privileged account, McDP will list all Data Pump jobs otherwise you will see only yours. Syntax: McDP [<logon>] [{ -l | --list }] [&…
11 Forum: JDeveloper, Java & XML «» Posted on: Sat, 02 April 2016 15:16 «» By: Barbara Boehmer
Re: XML structure into regular table
…is a slight variation. I am not sure which would be more efficient. SCOTT@orcl> insert all 2 when rn = 1 then 3 into notes (userid, to_col, from_col, contents) 4 values (userid, to_col, from_col, contents) 5 when 1 = 1…
12 Forum: Replication «» Posted on: Sat, 08 August 2015 21:42 «» By: Dharmat@gmail.com
OGG-01921 Oracle GoldenGate Delivery for Oracle, rep1.prm: Missing GETBEFORECOLS with conflict det
…All, I am trying CDR(conflict data resolution) but I am getting the following error 2015-08-08 18:09:44 INFO OGG-00996 Oracle GoldenGate Delivery for Oracle, rep1.prm: REPLICAT REP1 started. 2015-08-08 18:09:44 ERROR OGG-01921 Oracle …
13 Forum: Reports & Discoverer «» Posted on: Mon, 24 March 2014 05:27 «» By: pre_ora
Reports location or path
…t=D:\dummy_folder\reports-files\test.rdf&userid=scott/tiger@something &desformat=html&destype=cache but Our senior recommends that report should run using only name of report...i.e; http://machine:port/reports/rwservlet?server=sernm&…
14 Forum: SQL & PL/SQL «» Posted on: Tue, 04 February 2014 04:28 «» By: John Watson
Re: Error in PL/SQL Procedure using UTL_HTTP
…Well, I've tried your code and it runs for me without error. Of course, I do not know if you are getting the SMSs. See below, I'm using http, not https, because I don't have your digital certificate:orclz> orclz> conn / as sysdba Connected. orclz…
15 Forum: Reports & Discoverer «» Posted on: Fri, 25 October 2013 18:24 «» By: suj_it
Re: How to Hide Username and Password in WEB.SHOW_DOCUMENT
…=RptSvr_app01_dvlp&destype=cache&desformat=pdf&report=audit_counts.rep&userid=scott/tiger@rwdvlp&end_date=25-OCT-2013&start_date=01-OCT-2013&p_auditor=ALL&p_hub=1099 I have not tried the cookie method suggested by dllinf…
16 Forum: JDeveloper, Java & XML «» Posted on: Thu, 19 September 2013 14:04 «» By: Barbara Boehmer
Re: XML issue
…looks like you figured it out while I was posting. I corrected a couple of mis-matched column names for the abc table, then put it all together below. SCOTT@orcl12c> -- test data: SCOTT@orcl12c> COLUMN pat_mrn FORMAT A7 SCOTT@orcl12c>…
17 Forum: Server Utilities «» Posted on: Thu, 15 August 2013 12:07 «» By: BlackSwan
Re: Error using parfile
…help=yes does NOT show CONSISTENT as be a valid option what happens if you remove it from the control file. [oracle@localhost ~]$ expdp help=yes Export: Release 11.2.0.2.0 - Production on Thu Aug 15 10:05:38 2013 Copyright (c) 1982, 2009, …
18 Forum: Reports & Discoverer «» Posted on: Mon, 01 July 2013 03:56 «» By: samir2012
Re: How to Hide Username and Password in WEB.SHOW_DOCUMENT
…ervlet?'; v_connect VARCHAR2 (200) := 'userid=scott/tiger@test1'; v_report_server VARCHAR2 (50) := 'rep_tbanner'; v_report_name VARCHAR2(100) := '/u01/banner/inb/TEST/reports/rdf/GSTEST.rdf'; v_format VARCHAR2(12) := '…
19 Forum: Reports & Discoverer «» Posted on: Tue, 04 September 2012 03:18 «» By: new_oracle2011
Re: how to call report automatically
…ep_pda_server_frhome1+report=AUTO_REPORT.rdf+userid=scott/tiger@db.world+desformat= pdf+DESTYPE=mail+DESNAME="xyz@abc.com"=CC="xyz@abc.com"+BCC="xyz@abc.com"+REPLYTO="xyz@abc.com"+FROM="xyz@…
20 Forum: SQL & PL/SQL «» Posted on: Mon, 13 August 2012 05:10 «» By: Littlefoot
Re: incrementally increasing userid value via looping
…then, here you are. SQL> create table reg_user as 2 select ename from emp; Table created. SQL> alter table reg_user add userid number; Table altered. SQL> declare 2 cursor cur_e is 3 select ename from reg_user…
21 Forum: Server Utilities «» Posted on: Wed, 25 July 2012 18:27 «» By: alan.kendall@nfl.com
Re: Running exp and imp command on 11.2.0.1.0 Production version
…11g imports from prior Oracle Versions I have had some corruption issues so I have had to truncate or drop partially imported tables and import the tables one at a time after doing individual table exports. SCOTT > @…
22 Forum: Server Utilities «» Posted on: Mon, 16 July 2012 19:45 «» By: alan.kendall@nfl.com
Re: Export Multiple tables only
…have used the following sql to generate exports with multiple tables in each export dump file. The backslash tells the Unix OS that the open parenthesis and the close parenthesis are not to parsed by the Unix OS. Also the backslash is added to each line …
23 Forum: Server Utilities «» Posted on: Mon, 16 July 2012 19:18 «» By: alan.kendall@nfl.com
Re: Export Multiple tables only
…use the following to export files from 9i one at a time from either Unix or Windows. You can modify the script to also create the imports as well. SCOTT > @cr8_exports_by_TABLE_NAME_on_Unix.sql exp userid=myschema_login/myschema_password file=…
24 Forum: Backup & Recovery «» Posted on: Wed, 11 July 2012 01:30 «» By: Michel Cadot
Re: Taking a dump of huge table
…classic "exp": C:\>exp help=y Export: Release 10.2.0.4.0 - Production on Mer. Juil. 11 08:27:45 2012 Copyright (c) 1982, 2007, Oracle. All rights reserved. You can let Export prompt you for parameters by entering the EXP …
25 Forum: Reports & Discoverer «» Posted on: Sun, 22 April 2012 17:30 «» By: eng_amrelhanafy
Problem in printing pdf report
…print it , It prints normally . The code I use to call report is web.show_document('//localhost:8889/reports/rwservlet?server=rserver&report=rep1.rdf&destype=cache&desformat=pdf&userid=scott/tiger@orcl'); Could anybody help…
26 Forum: Reports & Discoverer «» Posted on: Fri, 10 February 2012 13:52 «» By: Littlefoot
Re: Is there a way to automate Oracle Reports?
…a DOS batch script (for example, "run_report.bat") which you'd schedule in Task Manager. It would contain two lines: rwrun report=monthly.rdf userid=scott/tiger@ora10 desformat=pdf DESTYPE=file DESNAME=c:\my_reports\monthly.pdf mail…
27 Forum: Reports & Discoverer «» Posted on: Tue, 31 January 2012 07:02 «» By: Littlefoot
Re: Error message when passing the report parameter from command line
… following example? rwrun report=test.rdf userid=scott/tiger@mydb desformat=pdf DESTYPE=mail DESNAME="emp1@comp.com, emp2@comp.com"cc="emp3@comp.com"bcc="mgr@comp.com" replyto="me@comp.com" from="me@comp.com…
28 Forum: Forms «» Posted on: Sun, 18 December 2011 05:37 «» By: aallan
Sql Loader Problem
…D:\oracle\product\10.2.0\db_1\BIN\sqlldr.exe USERID=Scott/Tiger@ORCL Control= '|| 'C:\FORMAT.Ctl'); if the db on the server --Host('C:\Windows\System32\Cmd.exe /C D:\oracle\product\10.2.0\db_1\BIN\sqlldr.exe USERID=Scott/Tiger@ORCL Control= '|| 'C:\…
29 Forum: Server Utilities «» Posted on: Thu, 20 October 2011 09:16 «» By: BlackSwan
Re: importing full database with different database name and sid
…all else fails Read The Fine Help info! bcm@bcm-laptop:~$ impdp help=yes Import: Release 11.2.0.1.0 - Production on Thu Oct 20 07:15:24 2011 Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved. The Data Pump Import…
30 Forum: Server Utilities «» Posted on: Sun, 25 September 2011 22:33 «» By: BlackSwan
Re: indexes parameters original imp
…all else fails, Read The Fine Help You can accomplish the same, but using different syntax. bcm@bcm-laptop:~$ expdp help=yes Export: Release 11.2.0.1.0 - Production on Sun Sep 25 20:31:56 2011 Copyright (c) 1982, 2009, Oracle and/or its …
31 Forum: Server Administration «» Posted on: Wed, 25 May 2011 13:34 «» By: Michel Cadot
Re: Deleting unwanted SYS shema objects
…- Never ever use SYS (or SYSDBA) but for maintenance purpose (startup, shutdown, backup, recover) - SYS/SYSDBA is special - SYS/SYSDBA is Oracle proprietary (try to open a SR/TAR starting with "i did that with SYS/SYSDBA" and you'll see the …
32 Forum: Server Utilities «» Posted on: Wed, 27 October 2010 06:52 «» By: goracle9
Re: Upgrade 8i to 10g
…IMP-00017: following statement failed with ORACLE error 1119: "CREATE TABLESPACE "RBS" DATAFILE 'C:\ORACLE\ORADATA\ARMADA\RBS01.DBF' SIZE" " 545259520 AUTOEXTEND ON NEXT 5242880 MAXSIZE 32767M DEFAULT STORAG" &…
33 Forum: SQL & PL/SQL «» Posted on: Thu, 16 September 2010 20:45 «» By: Barbara Boehmer
Re: multi column distinct
…analytic function like row_number or rank is exactly what you need. You can use an analytic function to partition the rows by userid, lastname, and firstname, then number the rows within each such partition, ordered by rownum or rowid or whatever unique …
34 Forum: SQL & PL/SQL «» Posted on: Wed, 14 July 2010 18:26 «» By: Barbara Boehmer
Re: Split the values from column
…you always have a set of characters followed by a set of digits, then you could use translate and replace to select from userid, replacing all the digits with null to get the user and replacing all the characters with null to get the id, as shown below…
35 Forum: Server Utilities «» Posted on: Sat, 19 June 2010 03:02 «» By: Michel Cadot
Re: Import 9i dmp Into 10g
… Good! so it works. C:\>imp help=y Import: Release 10.2.0.4.0 - Production on Sam. Juin 19 10:01:50 2010 Copyright (c) 1982, 2007, Oracle. All rights reserved. You can let Import prompt you for parameters by entering the IMP …
36 Forum: Server Utilities «» Posted on: Wed, 28 April 2010 04:55 «» By: Michel Cadot
Re: Imp db oracle
…C:\>imp help=y Import: Release 10.2.0.4.0 - Production on Wed Apr 28 11:54:48 2010 Copyright (c) 1982, 2007, Oracle. All rights reserved. You can let Import prompt you for parameters by entering the IMP command followed by your username/…
37 Forum: Server Utilities «» Posted on: Tue, 20 April 2010 02:54 «» By: Michel Cadot
Re: Export Schema failed
…that are appropriate to what you want to export. Maybe the following and the documentation may help you to know what to do: C:\>exp help=y Export: Release 10.2.0.4.0 - Production on Tue Apr 20 09:54:36 2010 Copyright (c) 1982, 2007, Oracle. …
38 Forum: Server Utilities «» Posted on: Mon, 25 January 2010 23:15 «» By: BlackSwan
Re: can we do import like
…>my question is can i do import of particular table from full exported database file. Yes, you can or at least I could. Since you included no details, I can't provide any details in return. imp help=yes Import: Release 10.2.0.1.0 - …
39 Forum: Server Administration «» Posted on: Mon, 11 January 2010 22:41 «» By: BlackSwan
Re: Connection log for bequeath connection
…then did SQL> CONNECT SCOTT/TIGER which produced following audit log file cat /u01/app/oracle/admin/v102/adump/ora_2278.aud Audit file /u01/app/oracle/admin/v102/adump/ora_2278.aud Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - …
40 Forum: Server Utilities «» Posted on: Sat, 16 May 2009 09:03 «» By: shrinika
Impdp with multiple dump file directories
…Hello, I am exporting the schema and place the dump file in three different directories... At the end,i wanted to load the dump files into another database. Here is the export parfile content. Export is successfully completed. userid=system/…
Pages (4): [1  2  3  4    »]

Current Time: Mon Sep 16 16:52:23 CDT 2024